home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-466.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  82 lines

  1. # This script was automatically generated from the dsa-466
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Paul Starzetz and Wojciech Purczynski of isec.pl 
  12. discovered a critical
  13. security vulnerability in the memory management code of Linux inside
  14. the mremap(2) system call.  Due to flushing the TLB (Translation
  15. Lookaside Buffer, an address cache) too early it is possible for an
  16. attacker to trigger a local root exploit.
  17. The attack vectors for 2.4.x and 2.2.x kernels are exclusive for the
  18. respective kernel series, though.  We formerly believed that the
  19. exploitable vulnerability in 2.4.x does not exist in 2.2.x which is
  20. still true.  However, it turned out that a second (sort of)
  21. vulnerability is indeed exploitable in 2.2.x, but not in 2.4.x, with a
  22. different exploit, of course.
  23. For the stable distribution (woody) this problem has been fixed in
  24. version 2.2.10-13woody1 of 2.2 kernel images for the powerpc/apus
  25. architecture and in version 2.2.10-2 of Linux 2.2.10 source.
  26. For the unstable distribution (sid) this problem will be fixed soon
  27. with the 2.4.20 kernel-image package for powerpc/apus.  The old 2.2.10
  28. kernel image will be removed from Debian unstable.
  29. You are strongly advised to switch to the fixed 2.4.17 kernel-image
  30. package for powerpc/apus from woody until the 2.4.20 kernel-image
  31. package is fixed in the unstable distribution.
  32. We recommend that you upgrade your Linux kernel package.
  33. Vulnerability matrix for CAN-2004-0077
  34.  
  35.  
  36. Solution : http://www.debian.org/security/2004/dsa-466
  37. Risk factor : High';
  38.  
  39. if (description) {
  40.  script_id(15303);
  41.  script_version("$Revision: 1.4 $");
  42.  script_xref(name: "DSA", value: "466");
  43.  script_cve_id("CVE-2004-0077");
  44.  script_bugtraq_id(9686);
  45.  script_xref(name: "CERT", value: "981222");
  46.  
  47.  script_description(english: desc);
  48.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  49.  script_name(english: "[DSA466] DSA-466-1 linux-kernel-2.2.10-powerpc-apus");
  50.  script_category(ACT_GATHER_INFO);
  51.  script_family(english: "Debian Local Security Checks");
  52.  script_dependencies("ssh_get_info.nasl");
  53.  script_require_keys("Host/Debian/dpkg-l");
  54.  script_summary(english: "DSA-466-1 linux-kernel-2.2.10-powerpc-apus");
  55.  exit(0);
  56. }
  57.  
  58. include("debian_package.inc");
  59.  
  60. w = 0;
  61. if (deb_check(prefix: 'kernel-doc-2.2.10', release: '3.0', reference: '2.2.10-2')) {
  62.  w ++;
  63.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-doc-2.2.10 is vulnerable in Debian 3.0.\nUpgrade to kernel-doc-2.2.10_2.2.10-2\n');
  64. }
  65. if (deb_check(prefix: 'kernel-headers-2.2.10-apus', release: '3.0', reference: '2.2.10-13woody1')) {
  66.  w ++;
  67.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-headers-2.2.10-apus is vulnerable in Debian 3.0.\nUpgrade to kernel-headers-2.2.10-apus_2.2.10-13woody1\n');
  68. }
  69. if (deb_check(prefix: 'kernel-image-2.2.10-apus', release: '3.0', reference: '2.2.10-13woody1')) {
  70.  w ++;
  71.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-image-2.2.10-apus is vulnerable in Debian 3.0.\nUpgrade to kernel-image-2.2.10-apus_2.2.10-13woody1\n');
  72. }
  73. if (deb_check(prefix: 'kernel-source-2.2.10', release: '3.0', reference: '2.2.10-2')) {
  74.  w ++;
  75.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-source-2.2.10 is vulnerable in Debian 3.0.\nUpgrade to kernel-source-2.2.10_2.2.10-2\n');
  76. }
  77. if (deb_check(prefix: 'kernel-source-2.2.10,', release: '3.0', reference: '2.2')) {
  78.  w ++;
  79.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-source-2.2.10, is vulnerable in Debian woody.\nUpgrade to kernel-source-2.2.10,_2.2\n');
  80. }
  81. if (w) { security_hole(port: 0, data: desc); }
  82.